Html Css Color HEX #062DB7 International Klein Blue

📋 copy color: '#062DB7'

red 6 ◦ green 45 ◦ blue 183

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

Shades of International Klein Blue #062DB7

Tints of International Klein Blue #062DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 78.21%

R = 2.56%
G = 19.23%
B = 78.21%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#062DB7 (or 0x062DB7) is known color: International Klein Blue. HEX triplet: 06, 2D and B7. RGB value is (6,45,183). Sum of RGB (Red+Green+Blue) = 6+45+183=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 183 (71.88% from 255 or 78.21% from 234); Max value from RGB is 183 - color contains mainly: blue. Hex color #062DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DB7 is #F9D248. Grayscale: #303030. Windows color (decimal): -16372297 or 12004614. OLE color: 12004614.

HSL color Cylindrical-coordinate representation of color #062DB7: hue angle of 226.78º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DB7 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 6 45 183 -
CMYK 0.97 0.75 0 0.28
HSL 226.78º 0.94% 0.37% -
HSV(B) 226.78º 0.97% 0.72% -
XYZ 9.56 5.33 45.33 -
YUV 49.07 203.58 97.28 -
System Red Green Blue C M Y K H S L
Decimal 6 45 183 0.97 0.75 0 0.28 226.78 0.94 0.37
Hex 6 2D B7 61 4B 0 1C E3 5E 25
Octal 6 55 267 141 113 0 34 343 136 45
Binary 110 101101 10110111 1100001 1001011 0 11100 11100011 1011110 100101

Color Harmonies of #062DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DB7

Black with #062DB7

Text Example


Text Example

White with #062DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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