Html Css Color HEX #0630AA International Klein Blue

📋 copy color: '#0630AA'

red 6 ◦ green 48 ◦ blue 170

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

Shades of International Klein Blue #0630AA

Tints of International Klein Blue #0630AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

 BLUE value IS 170 (66.8% from 255) = 75.89%

R = 2.68%
G = 21.43%
B = 75.89%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0630AA (or 0x0630AA) is known color: International Klein Blue. HEX triplet: 06, 30 and AA. RGB value is (6,48,170). Sum of RGB (Red+Green+Blue) = 6+48+170=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #0630AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0630AA is #F9CF55. Grayscale: #303030. Windows color (decimal): -16371542 or 11153414. OLE color: 11153414.

HSL color Cylindrical-coordinate representation of color #0630AA: hue angle of 224.63º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0630AA is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 48 170 -
CMYK 0.96 0.72 0 0.33
HSL 224.63º 0.93% 0.35% -
HSV(B) 224.63º 0.96% 0.67% -
XYZ 8.39 5.05 38.56 -
YUV 49.35 196.09 97.08 -
System Red Green Blue C M Y K H S L
Decimal 6 48 170 0.96 0.72 0 0.33 224.63 0.93 0.35
Hex 6 30 AA 60 48 0 21 E1 5D 23
Octal 6 60 252 140 110 0 41 341 135 43
Binary 110 110000 10101010 1100000 1001000 0 100001 11100001 1011101 100011

Color Harmonies of #0630AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0630AA

Black with #0630AA

Text Example


Text Example

White with #0630AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0630AA;
 }
 .AnyTagClassName
 {
   color: #0630AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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