Html Css Color HEX #062DBA International Klein Blue

📋 copy color: '#062DBA'

red 6 ◦ green 45 ◦ blue 186

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

Shades of International Klein Blue #062DBA

Tints of International Klein Blue #062DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 78.48%

R = 2.53%
G = 18.99%
B = 78.48%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#062DBA (or 0x062DBA) is known color: International Klein Blue. HEX triplet: 06, 2D and BA. RGB value is (6,45,186). Sum of RGB (Red+Green+Blue) = 6+45+186=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #062DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DBA is #F9D245. Grayscale: #303030. Windows color (decimal): -16372294 or 12201222. OLE color: 12201222.

HSL color Cylindrical-coordinate representation of color #062DBA: hue angle of 227º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DBA is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 45 186 -
CMYK 0.97 0.76 0 0.27
HSL 227º 0.94% 0.38% -
HSV(B) 227º 0.97% 0.73% -
XYZ 9.88 5.46 46.99 -
YUV 49.41 205.08 97.04 -
System Red Green Blue C M Y K H S L
Decimal 6 45 186 0.97 0.76 0 0.27 227 0.94 0.38
Hex 6 2D BA 61 4C 0 1B E3 5E 26
Octal 6 55 272 141 114 0 33 343 136 46
Binary 110 101101 10111010 1100001 1001100 0 11011 11100011 1011110 100110

Color Harmonies of #062DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DBA

Black with #062DBA

Text Example


Text Example

White with #062DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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