Html Css Color HEX #062A4A Blue Whale

📋 copy color: '#062A4A'

red 6 ◦ green 42 ◦ blue 74

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

Shades of Blue Whale #062A4A

Tints of Blue Whale #062A4A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.43%

 BLUE value IS 74 (29.3% from 255) = 60.66%

R = 4.92%
G = 34.43%
B = 60.66%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#062A4A (or 0x062A4A) is known color: Blue Whale. HEX triplet: 06, 2A and 4A. RGB value is (6,42,74). Sum of RGB (Red+Green+Blue) = 6+42+74=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #062A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A4A is #F9D5B5. Grayscale: #222222. Windows color (decimal): -16373174 or 4860422. OLE color: 4860422.

HSL color Cylindrical-coordinate representation of color #062A4A: hue angle of 208.24º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062A4A is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 42 74 -
CMYK 0.92 0.43 0 0.71
HSL 208.24º 0.85% 0.16% -
HSV(B) 208.24º 0.92% 0.29% -
XYZ 2.14 2.19 6.79 -
YUV 34.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 6 42 74 0.92 0.43 0 0.71 208.24 0.85 0.16
Hex 6 2A 4A 5C 2B 0 47 D0 55 10
Octal 6 52 112 134 53 0 107 320 125 20
Binary 110 101010 1001010 1011100 101011 0 1000111 11010000 1010101 10000

Color Harmonies of #062A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A4A

Black with #062A4A

Text Example


Text Example

White with #062A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,42,74); }

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

background-color css

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

 a { background-color: rgb(6,42,74); }

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

border-color css

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

 span { border-color: rgb(6,42,74); }

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