Html Css Color HEX #0639BA International Klein Blue

📋 copy color: '#0639BA'

red 6 ◦ green 57 ◦ blue 186

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

Shades of International Klein Blue #0639BA

Tints of International Klein Blue #0639BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

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

R = 2.41%
G = 22.89%
B = 74.7%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0639BA (or 0x0639BA) is known color: International Klein Blue. HEX triplet: 06, 39 and BA. RGB value is (6,57,186). Sum of RGB (Red+Green+Blue) = 6+57+186=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #0639BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0639BA is #F9C645. Grayscale: #373737. Windows color (decimal): -16369222 or 12204294. OLE color: 12204294.

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

Color convert

RGB 6 57 186 -
CMYK 0.97 0.69 0 0.27
HSL 223º 0.94% 0.38% -
HSV(B) 223º 0.97% 0.73% -
XYZ 10.4 6.51 47.16 -
YUV 56.46 201.1 92.01 -
System Red Green Blue C M Y K H S L
Decimal 6 57 186 0.97 0.69 0 0.27 223 0.94 0.38
Hex 6 39 BA 61 45 0 1B DF 5E 26
Octal 6 71 272 141 105 0 33 337 136 46
Binary 110 111001 10111010 1100001 1000101 0 11011 11011111 1011110 100110

Color Harmonies of #0639BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0639BA

Black with #0639BA

Text Example


Text Example

White with #0639BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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