Html Css Color HEX #062FBA International Klein Blue

📋 copy color: '#062FBA'

red 6 ◦ green 47 ◦ blue 186

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

Shades of International Klein Blue #062FBA

Tints of International Klein Blue #062FBA

RGB

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

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

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

R = 2.51%
G = 19.67%
B = 77.82%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#062FBA (or 0x062FBA) is known color: International Klein Blue. HEX triplet: 06, 2F and BA. RGB value is (6,47,186). Sum of RGB (Red+Green+Blue) = 6+47+186=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #062FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FBA is #F9D045. Grayscale: #313131. Windows color (decimal): -16371782 or 12201734. OLE color: 12201734.

HSL color Cylindrical-coordinate representation of color #062FBA: hue angle of 226.33º 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 #062FBA is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 47 186 -
CMYK 0.97 0.75 0 0.27
HSL 226.33º 0.94% 0.38% -
HSV(B) 226.33º 0.97% 0.73% -
XYZ 9.95 5.62 47.01 -
YUV 50.59 204.42 96.2 -
System Red Green Blue C M Y K H S L
Decimal 6 47 186 0.97 0.75 0 0.27 226.33 0.94 0.38
Hex 6 2F BA 61 4B 0 1B E2 5E 26
Octal 6 57 272 141 113 0 33 342 136 46
Binary 110 101111 10111010 1100001 1001011 0 11011 11100010 1011110 100110

Color Harmonies of #062FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FBA

Black with #062FBA

Text Example


Text Example

White with #062FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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