Html Css Color HEX #062DB0 International Klein Blue

📋 copy color: '#062DB0'

red 6 ◦ green 45 ◦ blue 176

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

Shades of International Klein Blue #062DB0

Tints of International Klein Blue #062DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 77.53%

R = 2.64%
G = 19.82%
B = 77.53%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#062DB0 (or 0x062DB0) is known color: International Klein Blue. HEX triplet: 06, 2D and B0. RGB value is (6,45,176). Sum of RGB (Red+Green+Blue) = 6+45+176=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 176 (69.14% from 255 or 77.53% from 227); Max value from RGB is 176 - color contains mainly: blue. Hex color #062DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062DB0 is #F9D24F. Grayscale: #2F2F2F. Windows color (decimal): -16372304 or 11545862. OLE color: 11545862.

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

Color convert

RGB 6 45 176 -
CMYK 0.97 0.74 0 0.31
HSL 226.24º 0.93% 0.36% -
HSV(B) 226.24º 0.97% 0.69% -
XYZ 8.85 5.05 41.58 -
YUV 48.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 6 45 176 0.97 0.74 0 0.31 226.24 0.93 0.36
Hex 6 2D B0 61 4A 0 1F E2 5D 24
Octal 6 55 260 141 112 0 37 342 135 44
Binary 110 101101 10110000 1100001 1001010 0 11111 11100010 1011101 100100

Color Harmonies of #062DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DB0

Black with #062DB0

Text Example


Text Example

White with #062DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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