Html Css Color HEX #0623AB International Klein Blue

📋 copy color: '#0623AB'

red 6 ◦ green 35 ◦ blue 171

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

Shades of International Klein Blue #0623AB

Tints of International Klein Blue #0623AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.51%

 BLUE value IS 171 (67.19% from 255) = 80.66%

R = 2.83%
G = 16.51%
B = 80.66%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0623AB (or 0x0623AB) is known color: International Klein Blue. HEX triplet: 06, 23 and AB. RGB value is (6,35,171). Sum of RGB (Red+Green+Blue) = 6+35+171=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #0623AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0623AB is #F9DC54. Grayscale: #292929. Windows color (decimal): -16374869 or 11215622. OLE color: 11215622.

HSL color Cylindrical-coordinate representation of color #0623AB: hue angle of 229.45º 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 #0623AB is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 35 171 -
CMYK 0.96 0.80 0 0.33
HSL 229.45º 0.93% 0.35% -
HSV(B) 229.45º 0.96% 0.67% -
XYZ 8.03 4.18 38.91 -
YUV 41.83 200.89 102.44 -
System Red Green Blue C M Y K H S L
Decimal 6 35 171 0.96 0.80 0 0.33 229.45 0.93 0.35
Hex 6 23 AB 60 50 0 21 E5 5D 23
Octal 6 43 253 140 120 0 41 345 135 43
Binary 110 100011 10101011 1100000 1010000 0 100001 11100101 1011101 100011

Color Harmonies of #0623AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0623AB

Black with #0623AB

Text Example


Text Example

White with #0623AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0623AB; }

 p { color: rgb(6,35,171); }

 H1.HeaderClassName
 {
   color: #0623AB;
 }
 .AnyTagClassName
 {
   color: #0623AB;
 }
</style>

background-color css

<style>
 a { background-color: #0623AB; }

 a { background-color: rgb(6,35,171); }

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

border-color css

<style>
 span { border-color: #0623AB; }

 span { border-color: rgb(6,35,171); }

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