Html Css Color HEX #0627BA International Klein Blue

📋 copy color: '#0627BA'

red 6 ◦ green 39 ◦ blue 186

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

Shades of International Klein Blue #0627BA

Tints of International Klein Blue #0627BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.88%

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

R = 2.6%
G = 16.88%
B = 80.52%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0627BA (or 0x0627BA) is known color: International Klein Blue. HEX triplet: 06, 27 and BA. RGB value is (6,39,186). Sum of RGB (Red+Green+Blue) = 6+39+186=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #0627BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0627BA is #F9D845. Grayscale: #2D2D2D. Windows color (decimal): -16373830 or 12199686. OLE color: 12199686.

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

Color convert

RGB 6 39 186 -
CMYK 0.97 0.79 0 0.27
HSL 229º 0.94% 0.38% -
HSV(B) 229º 0.97% 0.73% -
XYZ 9.66 5.03 46.92 -
YUV 45.89 207.07 99.55 -
System Red Green Blue C M Y K H S L
Decimal 6 39 186 0.97 0.79 0 0.27 229 0.94 0.38
Hex 6 27 BA 61 4F 0 1B E5 5E 26
Octal 6 47 272 141 117 0 33 345 136 46
Binary 110 100111 10111010 1100001 1001111 0 11011 11100101 1011110 100110

Color Harmonies of #0627BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0627BA

Black with #0627BA

Text Example


Text Example

White with #0627BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0627BA; }

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

 H1.HeaderClassName
 {
   color: #0627BA;
 }
 .AnyTagClassName
 {
   color: #0627BA;
 }
</style>

background-color css

<style>
 a { background-color: #0627BA; }

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

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

border-color css

<style>
 span { border-color: #0627BA; }

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

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