Html Css Color HEX #12374D Blue Whale

📋 copy color: '#12374D'

red 18 ◦ green 55 ◦ blue 77

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

Shades of Blue Whale #12374D

Tints of Blue Whale #12374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.67%

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

R = 12%
G = 36.67%
B = 51.33%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12374D (or 0x12374D) is known color: Blue Whale. HEX triplet: 12, 37 and 4D. RGB value is (18,55,77). Sum of RGB (Red+Green+Blue) = 18+55+77=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #12374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12374D is #EDC8B2. Grayscale: #2E2E2E. Windows color (decimal): -15583411 or 5060370. OLE color: 5060370.

HSL color Cylindrical-coordinate representation of color #12374D: hue angle of 202.37º 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 #12374D is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 55 77 -
CMYK 0.77 0.29 0 0.70
HSL 202.37º 0.62% 0.19% -
HSV(B) 202.37º 0.77% 0.3% -
XYZ 2.96 3.4 7.52 -
YUV 46.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 18 55 77 0.77 0.29 0 0.70 202.37 0.62 0.19
Hex 12 37 4D 4D 1D 0 46 CA 3E 13
Octal 22 67 115 115 35 0 106 312 76 23
Binary 10010 110111 1001101 1001101 11101 0 1000110 11001010 111110 10011

Color Harmonies of #12374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12374D

Black with #12374D

Text Example


Text Example

White with #12374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12374D; }

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

 H1.HeaderClassName
 {
   color: #12374D;
 }
 .AnyTagClassName
 {
   color: #12374D;
 }
</style>

background-color css

<style>
 a { background-color: #12374D; }

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

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

border-color css

<style>
 span { border-color: #12374D; }

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

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