Html Css Color HEX #123A4D Blue Whale

📋 copy color: '#123A4D'

red 18 ◦ green 58 ◦ blue 77

#123A4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #123A4D

Tints of Blue Whale #123A4D

RGB

 RED value IS 18 (7.42% from 255) = 11.76%

 GREEN value IS 58 (23.05% from 255) = 37.91%

 BLUE value IS 77 (30.47% from 255) = 50.33%

R = 11.76%
G = 37.91%
B = 50.33%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#123A4D (or 0x123A4D) is known color: Blue Whale. HEX triplet: 12, 3A and 4D. RGB value is (18,58,77). Sum of RGB (Red+Green+Blue) = 18+58+77=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #123A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A4D is #EDC5B2. Grayscale: #303030. Windows color (decimal): -15582643 or 5061138. OLE color: 5061138.

HSL color Cylindrical-coordinate representation of color #123A4D: hue angle of 199.32º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123A4D is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 58 77 -
CMYK 0.77 0.25 0 0.70
HSL 199.32º 0.62% 0.19% -
HSV(B) 199.32º 0.77% 0.3% -
XYZ 3.1 3.69 7.57 -
YUV 48.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 18 58 77 0.77 0.25 0 0.70 199.32 0.62 0.19
Hex 12 3A 4D 4D 19 0 46 C7 3E 13
Octal 22 72 115 115 31 0 106 307 76 23
Binary 10010 111010 1001101 1001101 11001 0 1000110 11000111 111110 10011

Color Harmonies of #123A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A4D

Black with #123A4D

Text Example


Text Example

White with #123A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123A4D; }

 p { color: rgb(18,58,77); }

 H1.HeaderClassName
 {
   color: #123A4D;
 }
 .AnyTagClassName
 {
   color: #123A4D;
 }
</style>

background-color css

<style>
 a { background-color: #123A4D; }

 a { background-color: rgb(18,58,77); }

 div.DivClassName
 {
   background-color: #123A4D;
 }
 .BgClassName
 {
   background-color: #123A4D;
 }
</style>

border-color css

<style>
 span { border-color: #123A4D; }

 span { border-color: rgb(18,58,77); }

 td.TdClassName
 {
   border-color: #123A4D;
 }
 .TagClassName
 {
   border-color: #123A4D;
 }
</style>