Html Css Color HEX #12364B Blue Whale

📋 copy color: '#12364B'

red 18 ◦ green 54 ◦ blue 75

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

Shades of Blue Whale #12364B

Tints of Blue Whale #12364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.73%

 BLUE value IS 75 (29.69% from 255) = 51.02%

R = 12.24%
G = 36.73%
B = 51.02%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12364B (or 0x12364B) is known color: Blue Whale. HEX triplet: 12, 36 and 4B. RGB value is (18,54,75). Sum of RGB (Red+Green+Blue) = 18+54+75=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #12364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12364B is #EDC9B4. Grayscale: #2D2D2D. Windows color (decimal): -15583669 or 4929042. OLE color: 4929042.

HSL color Cylindrical-coordinate representation of color #12364B: hue angle of 202.11º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12364B is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 54 75 -
CMYK 0.76 0.28 0 0.71
HSL 202.11º 0.61% 0.18% -
HSV(B) 202.11º 0.76% 0.29% -
XYZ 2.84 3.27 7.14 -
YUV 45.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 18 54 75 0.76 0.28 0 0.71 202.11 0.61 0.18
Hex 12 36 4B 4C 1C 0 47 CA 3D 12
Octal 22 66 113 114 34 0 107 312 75 22
Binary 10010 110110 1001011 1001100 11100 0 1000111 11001010 111101 10010

Color Harmonies of #12364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12364B

Black with #12364B

Text Example


Text Example

White with #12364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12364B; }

 p { color: rgb(18,54,75); }

 H1.HeaderClassName
 {
   color: #12364B;
 }
 .AnyTagClassName
 {
   color: #12364B;
 }
</style>

background-color css

<style>
 a { background-color: #12364B; }

 a { background-color: rgb(18,54,75); }

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

border-color css

<style>
 span { border-color: #12364B; }

 span { border-color: rgb(18,54,75); }

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