Html Css Color HEX #062F43 Blue Whale

📋 copy color: '#062F43'

red 6 ◦ green 47 ◦ blue 67

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

Shades of Blue Whale #062F43

Tints of Blue Whale #062F43

RGB

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

 GREEN value IS 47 (18.75% from 255) = 39.17%

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

R = 5%
G = 39.17%
B = 55.83%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#062F43 (or 0x062F43) is known color: Blue Whale. HEX triplet: 06, 2F and 43. RGB value is (6,47,67). Sum of RGB (Red+Green+Blue) = 6+47+67=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #062F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F43 is #F9D0BC. Grayscale: #242424. Windows color (decimal): -16371901 or 4402950. OLE color: 4402950.

HSL color Cylindrical-coordinate representation of color #062F43: hue angle of 199.67º 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 #062F43 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 47 67 -
CMYK 0.91 0.30 0 0.74
HSL 199.67º 0.84% 0.14% -
HSV(B) 199.67º 0.91% 0.26% -
XYZ 2.1 2.48 5.68 -
YUV 37.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 6 47 67 0.91 0.30 0 0.74 199.67 0.84 0.14
Hex 6 2F 43 5B 1E 0 4A C8 54 E
Octal 6 57 103 133 36 0 112 310 124 16
Binary 110 101111 1000011 1011011 11110 0 1001010 11001000 1010100 1110

Color Harmonies of #062F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F43

Black with #062F43

Text Example


Text Example

White with #062F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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