Html Css Color HEX #012D3F Blue Whale

📋 copy color: '#012D3F'

red 1 ◦ green 45 ◦ blue 63

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

Shades of Blue Whale #012D3F

Tints of Blue Whale #012D3F

RGB

 RED value IS 1 (0.78% from 255) = 0.92%

 GREEN value IS 45 (17.97% from 255) = 41.28%

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

R = 0.92%
G = 41.28%
B = 57.8%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012D3F (or 0x012D3F) is known color: Blue Whale. HEX triplet: 01, 2D and 3F. RGB value is (1,45,63). Sum of RGB (Red+Green+Blue) = 1+45+63=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #012D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D3F is #FED2C0. Grayscale: #212121. Windows color (decimal): -16700097 or 4140289. OLE color: 4140289.

HSL color Cylindrical-coordinate representation of color #012D3F: hue angle of 197.42º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D3F is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 45 63 -
CMYK 0.98 0.29 0 0.75
HSL 197.42º 0.97% 0.13% -
HSV(B) 197.42º 0.98% 0.25% -
XYZ 1.85 2.24 5.04 -
YUV 33.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 1 45 63 0.98 0.29 0 0.75 197.42 0.97 0.13
Hex 1 2D 3F 62 1D 0 4B C5 61 D
Octal 1 55 77 142 35 0 113 305 141 15
Binary 1 101101 111111 1100010 11101 0 1001011 11000101 1100001 1101

Color Harmonies of #012D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D3F

Black with #012D3F

Text Example


Text Example

White with #012D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012D3F; }

 p { color: rgb(1,45,63); }

 H1.HeaderClassName
 {
   color: #012D3F;
 }
 .AnyTagClassName
 {
   color: #012D3F;
 }
</style>

background-color css

<style>
 a { background-color: #012D3F; }

 a { background-color: rgb(1,45,63); }

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

border-color css

<style>
 span { border-color: #012D3F; }

 span { border-color: rgb(1,45,63); }

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