Html Css Color HEX #062D41 Blue Whale

📋 copy color: '#062D41'

red 6 ◦ green 45 ◦ blue 65

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

Shades of Blue Whale #062D41

Tints of Blue Whale #062D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 56.03%

R = 5.17%
G = 38.79%
B = 56.03%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062D41 (or 0x062D41) is known color: Blue Whale. HEX triplet: 06, 2D and 41. RGB value is (6,45,65). Sum of RGB (Red+Green+Blue) = 6+45+65=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #062D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D41 is #F9D2BE. Grayscale: #232323. Windows color (decimal): -16372415 or 4271366. OLE color: 4271366.

HSL color Cylindrical-coordinate representation of color #062D41: hue angle of 200.34º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062D41 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 45 65 -
CMYK 0.91 0.31 0 0.75
HSL 200.34º 0.83% 0.14% -
HSV(B) 200.34º 0.91% 0.25% -
XYZ 1.97 2.3 5.34 -
YUV 35.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 6 45 65 0.91 0.31 0 0.75 200.34 0.83 0.14
Hex 6 2D 41 5B 1F 0 4B C8 53 E
Octal 6 55 101 133 37 0 113 310 123 16
Binary 110 101101 1000001 1011011 11111 0 1001011 11001000 1010011 1110

Color Harmonies of #062D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D41

Black with #062D41

Text Example


Text Example

White with #062D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,45,65); }

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

background-color css

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

 a { background-color: rgb(6,45,65); }

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

border-color css

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

 span { border-color: rgb(6,45,65); }

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