Html Css Color HEX #0634BA International Klein Blue

📋 copy color: '#0634BA'

red 6 ◦ green 52 ◦ blue 186

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

Shades of International Klein Blue #0634BA

Tints of International Klein Blue #0634BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 2.46%
G = 21.31%
B = 76.23%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0634BA (or 0x0634BA) is known color: International Klein Blue. HEX triplet: 06, 34 and BA. RGB value is (6,52,186). Sum of RGB (Red+Green+Blue) = 6+52+186=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #0634BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0634BA is #F9CB45. Grayscale: #343434. Windows color (decimal): -16370502 or 12203014. OLE color: 12203014.

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

Color convert

RGB 6 52 186 -
CMYK 0.97 0.72 0 0.27
HSL 224.67º 0.94% 0.38% -
HSV(B) 224.67º 0.97% 0.73% -
XYZ 10.17 6.04 47.08 -
YUV 53.52 202.76 94.1 -
System Red Green Blue C M Y K H S L
Decimal 6 52 186 0.97 0.72 0 0.27 224.67 0.94 0.38
Hex 6 34 BA 61 48 0 1B E1 5E 26
Octal 6 64 272 141 110 0 33 341 136 46
Binary 110 110100 10111010 1100001 1001000 0 11011 11100001 1011110 100110

Color Harmonies of #0634BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0634BA

Black with #0634BA

Text Example


Text Example

White with #0634BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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