Html Css Color HEX #062C43 Blue Whale

📋 copy color: '#062C43'

red 6 ◦ green 44 ◦ blue 67

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

Shades of Blue Whale #062C43

Tints of Blue Whale #062C43

RGB

 RED value IS 6 (2.73% from 255) = 5.13%

 GREEN value IS 44 (17.58% from 255) = 37.61%

 BLUE value IS 67 (26.56% from 255) = 57.26%

R = 5.13%
G = 37.61%
B = 57.26%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#062C43 (or 0x062C43) is known color: Blue Whale. HEX triplet: 06, 2C and 43. RGB value is (6,44,67). Sum of RGB (Red+Green+Blue) = 6+44+67=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 67 (26.56% from 255 or 57.26% from 117); Max value from RGB is 67 - color contains mainly: blue. Hex color #062C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C43 is #F9D3BC. Grayscale: #232323. Windows color (decimal): -16372669 or 4402182. OLE color: 4402182.

HSL color Cylindrical-coordinate representation of color #062C43: hue angle of 202.62º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062C43 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 44 67 -
CMYK 0.91 0.34 0 0.74
HSL 202.62º 0.84% 0.14% -
HSV(B) 202.62º 0.91% 0.26% -
XYZ 1.99 2.25 5.64 -
YUV 35.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 6 44 67 0.91 0.34 0 0.74 202.62 0.84 0.14
Hex 6 2C 43 5B 22 0 4A CB 54 E
Octal 6 54 103 133 42 0 112 313 124 16
Binary 110 101100 1000011 1011011 100010 0 1001010 11001011 1010100 1110

Color Harmonies of #062C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C43

Black with #062C43

Text Example


Text Example

White with #062C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062C43; }

 p { color: rgb(6,44,67); }

 H1.HeaderClassName
 {
   color: #062C43;
 }
 .AnyTagClassName
 {
   color: #062C43;
 }
</style>

background-color css

<style>
 a { background-color: #062C43; }

 a { background-color: rgb(6,44,67); }

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

border-color css

<style>
 span { border-color: #062C43; }

 span { border-color: rgb(6,44,67); }

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