Html Css Color HEX #0230BE International Klein Blue

📋 copy color: '#0230BE'

red 2 ◦ green 48 ◦ blue 190

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

Shades of International Klein Blue #0230BE

Tints of International Klein Blue #0230BE

RGB

 RED value IS 2 (1.17% from 255) = 0.83%

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

 BLUE value IS 190 (74.61% from 255) = 79.17%

R = 0.83%
G = 20%
B = 79.17%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0230BE (or 0x0230BE) is known color: International Klein Blue. HEX triplet: 02, 30 and BE. RGB value is (2,48,190). Sum of RGB (Red+Green+Blue) = 2+48+190=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #0230BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0230BE is #FDCF41. Grayscale: #313131. Windows color (decimal): -16633666 or 12464130. OLE color: 12464130.

HSL color Cylindrical-coordinate representation of color #0230BE: hue angle of 225.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0230BE is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 48 190 -
CMYK 0.99 0.75 0 0.25
HSL 225.32º 0.98% 0.38% -
HSV(B) 225.32º 0.99% 0.75% -
XYZ 10.38 5.84 49.3 -
YUV 50.43 206.76 93.45 -
System Red Green Blue C M Y K H S L
Decimal 2 48 190 0.99 0.75 0 0.25 225.32 0.98 0.38
Hex 2 30 BE 63 4B 0 19 E1 62 26
Octal 2 60 276 143 113 0 31 341 142 46
Binary 10 110000 10111110 1100011 1001011 0 11001 11100001 1100010 100110

Color Harmonies of #0230BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0230BE

Black with #0230BE

Text Example


Text Example

White with #0230BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0230BE; }

 p { color: rgb(2,48,190); }

 H1.HeaderClassName
 {
   color: #0230BE;
 }
 .AnyTagClassName
 {
   color: #0230BE;
 }
</style>

background-color css

<style>
 a { background-color: #0230BE; }

 a { background-color: rgb(2,48,190); }

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

border-color css

<style>
 span { border-color: #0230BE; }

 span { border-color: rgb(2,48,190); }

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