Html Css Color HEX #12323F Blue Whale

📋 copy color: '#12323F'

red 18 ◦ green 50 ◦ blue 63

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

Shades of Blue Whale #12323F

Tints of Blue Whale #12323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.17%

 BLUE value IS 63 (25% from 255) = 48.09%

R = 13.74%
G = 38.17%
B = 48.09%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#12323F (or 0x12323F) is known color: Blue Whale. HEX triplet: 12, 32 and 3F. RGB value is (18,50,63). Sum of RGB (Red+Green+Blue) = 18+50+63=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #12323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12323F is #EDCDC0. Grayscale: #292929. Windows color (decimal): -15584705 or 4141586. OLE color: 4141586.

HSL color Cylindrical-coordinate representation of color #12323F: hue angle of 197.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12323F is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 50 63 -
CMYK 0.71 0.21 0 0.75
HSL 197.33º 0.56% 0.16% -
HSV(B) 197.33º 0.71% 0.25% -
XYZ 2.29 2.77 5.12 -
YUV 41.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 18 50 63 0.71 0.21 0 0.75 197.33 0.56 0.16
Hex 12 32 3F 47 15 0 4B C5 38 10
Octal 22 62 77 107 25 0 113 305 70 20
Binary 10010 110010 111111 1000111 10101 0 1001011 11000101 111000 10000

Color Harmonies of #12323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12323F

Black with #12323F

Text Example


Text Example

White with #12323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12323F; }

 p { color: rgb(18,50,63); }

 H1.HeaderClassName
 {
   color: #12323F;
 }
 .AnyTagClassName
 {
   color: #12323F;
 }
</style>

background-color css

<style>
 a { background-color: #12323F; }

 a { background-color: rgb(18,50,63); }

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

border-color css

<style>
 span { border-color: #12323F; }

 span { border-color: rgb(18,50,63); }

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