Html Css Color HEX #062FB2 International Klein Blue

📋 copy color: '#062FB2'

red 6 ◦ green 47 ◦ blue 178

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

Shades of International Klein Blue #062FB2

Tints of International Klein Blue #062FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 77.06%

R = 2.6%
G = 20.35%
B = 77.06%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#062FB2 (or 0x062FB2) is known color: International Klein Blue. HEX triplet: 06, 2F and B2. RGB value is (6,47,178). Sum of RGB (Red+Green+Blue) = 6+47+178=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 178 (69.92% from 255 or 77.06% from 231); Max value from RGB is 178 - color contains mainly: blue. Hex color #062FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062FB2 is #F9D04D. Grayscale: #313131. Windows color (decimal): -16371790 or 11677446. OLE color: 11677446.

HSL color Cylindrical-coordinate representation of color #062FB2: hue angle of 225.7º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062FB2 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 47 178 -
CMYK 0.97 0.74 0 0.30
HSL 225.7º 0.93% 0.36% -
HSV(B) 225.7º 0.97% 0.7% -
XYZ 9.13 5.29 42.66 -
YUV 49.68 200.42 96.85 -
System Red Green Blue C M Y K H S L
Decimal 6 47 178 0.97 0.74 0 0.30 225.7 0.93 0.36
Hex 6 2F B2 61 4A 0 1E E2 5D 24
Octal 6 57 262 141 112 0 36 342 135 44
Binary 110 101111 10110010 1100001 1001010 0 11110 11100010 1011101 100100

Color Harmonies of #062FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FB2

Black with #062FB2

Text Example


Text Example

White with #062FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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