#0630B8

Color #0630B8 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0630B8

Tints of International Klein Blue #0630B8

Color information

#0630B8 (or 0x0630B8) is unknown color: approx International Klein Blue. HEX triplet: 06, 30 and B8. RGB value is (6,48,184). Sum of RGB (Red+Green+Blue) = 6+48+184=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 184 (72.27% from 255 or 77.31% from 238); Max value from RGB is 184 - color contains mainly: blue. Hex color #0630B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0630B8 is #F9CF47. Grayscale: #323232. Windows color (decimal): -16371528 or 12070918. OLE color: 12070918.

HSL color Cylindrical-coordinate representation of color #0630B8: hue angle of 225.84º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0630B8 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB648184-
CMYK0.970.7400.28
HSL225.84º93.68%37.25%-
HSV(B)225.84º96.74%72.16%-
XYZ9.785.6145.92-
YUV50.95203.0995.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.52%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 184 (72.27% from 255) = 77.31%
R=2.52%
G=20.17%
B=77.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6481840.970.7400.28225.8493.6837.25
Hex630B8614A01Ce25e25
Octal66027014111203434213645
Binary1101100001011100011000011001010011100111000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0630B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0630B8; }

 p { color: rgb(6,48,184); }

 H1.HeaderClassName
 {
   color: #0630B8;
 }
 .AnyTagClassName
 {
   color: #0630B8;
 }
</style>
background-color css

<style>
 a { background-color: #0630B8; }

 a { background-color: rgb(6,48,184); }

 div.DivClassName
 {
   background-color: #0630B8;
 }
 .BgClassName
 {
   background-color: #0630B8;
 }
</style>
border-color css

<style>
 span { border-color: #0630B8; }

 span { border-color: rgb(6,48,184); }

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